From: Daniel Kiper Date: Fri, 10 Oct 2014 08:55:03 +0000 (+0200) Subject: x86/boot/reloc: remove redundant blank characters and reformat comments a bit X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4188^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=7d96cc5c4b2670a4220a50746fa17a0e8a4da1c2;p=xen.git x86/boot/reloc: remove redundant blank characters and reformat comments a bit Signed-off-by: Daniel Kiper Reviewed-by: Andrew Cooper --- diff --git a/xen/arch/x86/boot/reloc.c b/xen/arch/x86/boot/reloc.c index fa0fb6bfb3..4609e55625 100644 --- a/xen/arch/x86/boot/reloc.c +++ b/xen/arch/x86/boot/reloc.c @@ -1,11 +1,11 @@ -/****************************************************************************** +/* * reloc.c - * + * * 32-bit flat memory-map routines for relocating Multiboot structures * and modules. This is most easily done early with paging disabled. - * + * * Copyright (c) 2009, Citrix Systems, Inc. - * + * * Authors: * Keir Fraser */ @@ -21,8 +21,9 @@ asm ( " jmp reloc \n" ); -/* This is our data. Because the code must be relocatable, no BSS is - * allowed. All data is accessed PC-relative with inline assembly. +/* + * This is our data. Because the code must be relocatable, no BSS is + * allowed. All data is accessed PC-relative with inline assembly. */ asm ( "alloc: \n"